IHipAssetLoadTask.into

When the variables finish loading, it will also assign the asset to the variables

  1. void into(void* function(IHipAsset asset) castFunc, IHipAsset*[] variables)
    interface IHipAssetLoadTask
    void
    into
  2. void into(T*[] variables)
  3. void into(string*[] variables)
  4. void into(T function(string) convertFunction, T*[] variables)

Meta